.dhage{position: relative;max-width: 100%;}
.dhmessage{position: fixed;right: 0;bottom:0;max-width:400px;width:100%;height:auto;max-height:100%;overflow-y: scroll;background: #fff;z-index:99999;display:none;}
.msgtitle{background: #285cab;color: #fff;padding:0 15px;font-size: 18px;height:37px;line-height:37px;text-align: left;}
.msginfos{padding:0 15px;}
.msgindiv{margin:10px 0;padding-left: 25%; position: relative;}
.msgindiv span{float:left;font-size:16px;line-height:30px;position: absolute;left: 0;}
.msgindiv input.input-msgtext{width:100%;border: 1px solid #ccc;box-sizing: border-box;height:30px;padding:0 5px}
.msgindiv .input-textarea{width:100%;height:100px;border: 1px solid #ccc;box-sizing: border-box;padding:5px}
.msgindiv span.imsrsr{line-height:100px;display: block;}
.msgindiv.button{text-align:center;padding: 0;}
.msgindiv button{border:0;background:#285cab;padding:10px 20px;color:#fff;font-size:16px;border-radius: 5px;}
.msgindiv button:hover {background-color: #4f65cd;cursor: pointer;}
.msgclose {position: absolute;width:25px;height:25px;cursor: pointer;float:right;background: #fff;top:6px;right:6px;border-radius: 50%;}
.msgclose::before,.msgclose::after {content: '';position: absolute;top: 50%;left: 50%;width:15px;height: 2px;background-color: black;transform: translate(-50%, -50%) rotate(45deg);}
.msgclose::after {transform: translate(-50%, -50%) rotate(-45deg);}
.dhmsg{position: fixed;right: 0;bottom:0;max-width:150px;width:100%;height:auto;overflow: hidden;background: #fc7247;z-index:99998;display:none;text-align: center;}
.dhmsg .svgicon{float:left;width: 24px;height: 24px; margin-top: 4px;display: inline-block; vertical-align: middle;color:#fff}
.textsvg{height: 32px;line-height: 32px;font-size: 18px;display: inline-block;vertical-align: middle;color:#fff}
.dhmsg a:hover{color:#fff}
.dhmessage{overflow-y: scroll;overflow-x: hidden;touch-action: pan-y pinch-zoom;-webkit-overflow-scrolling: touch;transition: all .6s;}
.dhmessage::-webkit-scrollbar {width: 2px;height:1px;}
.dhmessage::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #F90;background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}
.dhmessage::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #EDEDED;}

